Skip to content

feat: polish repo with docs overhaul, CI matrix, and DX improvements#12

Merged
justinmerrell merged 1 commit intomainfrom
feat/repo-polish
Mar 30, 2026
Merged

feat: polish repo with docs overhaul, CI matrix, and DX improvements#12
justinmerrell merged 1 commit intomainfrom
feat/repo-polish

Conversation

@justinmerrell
Copy link
Copy Markdown
Contributor

Summary

  • Docs overhaul: Rewrote README with full API reference, authentication docs, framework integrations, and cache management. Moved SECURITY.md → .github/SECURITY.md, CONFIGURATION.md → docs/configuration.md
  • Community templates: Added GitHub issue templates (bug report, feature request), PR template, and Dependabot configuration
  • CI improvements: Added matrix strategy for Python version testing, configured lefthook pre-commit hooks for ruff format/lint
  • DX improvements: Added task check:fix for auto-fixing lint issues, added pytest-xdist for parallel test execution, bumped coverage threshold from 80% → 90%
  • Cleanup: Removed empty adapters/__init__.py, updated examples with consistent import style

Test plan

  • CI passes with matrix strategy on Python 3.13
  • task check runs all checks successfully
  • task check:fix auto-fixes lint issues
  • Dependabot creates dependency update PRs
  • Release-please picks up feat: prefix and creates a minor release PR

🤖 Generated with Claude Code

… community templates

- Rewrite README with full API reference, auth docs, framework integrations, and cache management
- Move SECURITY.md and CONFIGURATION.md to .github/ and docs/ respectively
- Add GitHub issue templates (bug report, feature request), PR template, and dependabot config
- Configure CI matrix strategy for Python version testing
- Add lefthook pre-commit hooks for ruff format and lint checks
- Add `task check:fix` command for auto-fixing lint issues
- Add pytest-xdist for parallel test execution, bump coverage threshold to 90%
- Clean up examples with consistent import style
- Remove empty adapters/__init__.py module

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@justinmerrell justinmerrell merged commit 95c3296 into main Mar 30, 2026
6 checks passed
@justinmerrell justinmerrell deleted the feat/repo-polish branch March 30, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant